home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / 3d / vrmls / blacksun < prev    next >
Text File  |  1996-03-30  |  1KB  |  56 lines

  1. #VRML V1.0 ascii
  2. #
  3. # The Black Sun -- inspired by Neal Stephenson
  4. #  By Adrian Scott, Scott Virtual Theme Parks
  5. #   http://www.virtpark.com/theme
  6. #   theme@netcom.com
  7. #
  8. Separator {
  9.  Material { emissiveColor 0 0.7 0 }
  10.  Separator {
  11.   Coordinate3 { # basic floor/ground
  12.    point [
  13.     -500 0 -500, -500 0 500, 500 0 500, 500 0 -500,
  14.     -500 1000 -500, -500 100 500, 500 100 500, 500 100 -500
  15.    ]
  16.   }
  17.   IndexedFaceSet {
  18.    coordIndex [ 0, 1, 2, 3, -1,
  19.     0, 4, 5, 1, -1,
  20.     0, 3, 7, 4, -1
  21.    ]
  22.   }
  23.  }
  24.  Material { emissiveColor 0 0 0 }
  25.  Separator {
  26.   Coordinate3 {  # chopped off pyramid 
  27.    point [
  28.     -100 0 0, 100 0 0, 100 0 -200, -100 0 -200,
  29.     -10 25 -90, 10 25 -90, 10 25 -110, -10 25 -110,
  30.     1 0 -7.2, 1 2 -7.2, -1 2 -7.2, -1 0 -7.2,
  31.     -1 0 0, 1 0 0
  32.     ]
  33.   }
  34.   IndexedFaceSet {
  35.    coordIndex [ 4, 5, 6, 7, -1,
  36.     0, 1, 5, 4, -1,
  37.     1, 2, 6, 5, -1,
  38.     2, 3, 7, 6, -1,
  39.     3, 0, 4, 7, -1,
  40.     0, 4, 5, 1, 13, 9, 10, 12, -1,
  41.     13, 8, 9, -1,
  42.     8, 9, 10, 11, -1,
  43.     11, 10, 12, -1
  44.     ]
  45.   }
  46.  }
  47.  Separator {
  48.   Material { emissiveColor 0 0 0 }
  49.   Translation { translation  0 3 -10.8}
  50.   Sphere { radius 0.5 }
  51.  }
  52.  Separator {
  53.   Translation { translation 0 0.5 -100}
  54.   Cylinder { radius 8 height 1 }
  55.  }
  56.  }